projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bf38e
)
(completion-ignored-extensions): Add file extensions
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Jun 2004 10:15:11 +0000
(10:15 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Jun 2004 10:15:11 +0000
(10:15 +0000)
of Python byte-compiled files.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index a46026e30d3759e2edd3fca86e0d3911110f7bcc..b3ea8e562ac259e3796077b9802d523f1e8a4e62 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-524,7
+524,9
@@
is okay. See `mode-line-format'.")
;; files you do want to see, not just TeX stuff. -- fx
".toc" ".aux"
".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
- ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
+ ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
+ ;; Python byte-compiled
+ ".pyc" ".pyo")))
;; Suffixes used for executables.
(setq exec-suffixes